home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / national.arc / STNATNL.DOC < prev    next >
Text File  |  1988-06-21  |  7KB  |  191 lines

  1. This arc of ST Nationals version 1.02 contains the following programs:
  2.  
  3.      DRAG.TOS      ST Nationals program.
  4.      STNTINIT.PRG  Creates the STNATNL.DAT file.
  5.      STNTUTIL.PRG  STNATNL.DAT file/player maintenance program
  6.      STNATNL.SET   Contains path and other information for the above 
  7.                    programs.
  8.      STNATNL.DOC   This text.
  9.      STNATNL.TXT   The instruction file (not yet compelte)
  10.      STNATLVT.TXT  VT-52 intro text 
  11.  
  12. Installation:
  13.  
  14. 1)   Edit STNATNL.SET to conform with your system.  Note that The STADEL option
  15. has not been tested - the version of STADEL I run wouldn't accept the n option
  16. in the CTDLDOOR.SYS.  Using STADEL will cause the program to use the command 
  17. tail as the players name.  Anything other than STADEL will cause the program
  18. to ask for user name and password.  Format of STNATNL.SET:
  19.  
  20. x:\xxx\xxxxx\...       <== folder name that contains DRAG.TOS, STNATNL.TXT
  21.                            and STNSTNL.DAT.
  22. nn                     <== maximum number of players
  23. x:\xxx\xxxxxxxx.xxx    <== folder and name of the scores file
  24. xxxxxxxx               <== BBS type field:  STADEL, FOREM2.2 or anything else
  25.                            such as OTHER - identifies system type
  26.                            STADEL means user name passed in command tail
  27.                            FOREM2.2 for FoReM 2.2 and higher (those that
  28.                            have a DORINFO1.DEF file)
  29.                            (Caps are important here)
  30. n                      <== number of turns/day
  31. x:\xxx\xxxxxxxx.xxx    <== folder and name of the news file
  32.  
  33. Here is an example of my STNATNL.SET
  34.  
  35. c:\games\
  36. 20
  37. e:\stscore.hlp
  38. xSTADEL
  39. 9
  40. e:\stnews.hlp
  41.  
  42. NOTE:  The STNATNL.SET MUST reside in the same folder that the BBS is
  43.        run from.
  44.  
  45. NOTE:  If you use FOREM2.2, you must also write the DORINFO1.DEF file to
  46.        the same folder as STNATNL.SET.  DRAG.TOS will default to asking for
  47.        user name if it cannot find the file (safety precaution)
  48.  
  49. 2)   Run STNTINIT.PRG in the same folder you put STNATNL.SET.  This will 
  50. create the needed STNATNL.DAT file.
  51.  
  52. 3)   Make the needed BBS definitions to access DRAG.TOS as a door.  An example
  53. of an STADEL system would be:
  54.  
  55. drag ud c:\games\drag.tos
  56.  
  57. For FoReM:  I don't know.  Maybe:
  58.  
  59. 0                        <== user access lever
  60. c:\games\stnatnl.wel     <== text welcome screen (you have to crate your own)
  61. c:\games\drag.tos        <== command for remote user
  62. c:\games\drag.tos        <== command for sysop
  63. c:\games\stnatnl.bye     <== display after game 
  64.  
  65. For other BBSes, you're on your own.
  66.  
  67. 4)  Put the STNATLVT.TXT in the same folder as STNATNL.SET.
  68.  
  69. 5)  You're all set, it should now work.  The program has a built-in time-out
  70. routine (approx. 2 minutes) and also recognizes when the carrier drops.
  71.  
  72. STNTUTIL.PRG
  73.  
  74.      This utility is used to view your STNATNL.SET file and the players names.
  75. Players with the name of "none" are empty slots.  This utility is also used to
  76. delete players and to expand the STNATNL.DAT (player) file.  If you do expand
  77. the player file, you must edit your STNATNL.SET file to update the number of
  78. players fields.
  79.      If you delete a player, you must click the "Save" menu item to make 
  80. it permanent.  Click the "Quit/Abort" button to abort the change.
  81.      This program must be run in the same folder as the STNATNL.SET file
  82.  
  83. Other notes:
  84.  
  85.      Currently you will have to delete unwanted lines from the news file -
  86. the program doesn't do any checking on the size of the file. 
  87.      
  88. ST Nationals is written and compiled in GFA Basic.
  89.  
  90. For any questions or improvements, leave mail to The Jeepster at:
  91.  
  92.      The Four Wheeling BBS
  93.      (303) 469-4954 (PC Pursuitable via CODEN)
  94.      300/1200/2400 bps
  95.  
  96. This program is Public Domain, however   If you like the program, why not send 
  97. a few bucks (whatever you feel is reasonable) the way of the programmer 
  98. (his work address):
  99.  
  100.       John Ferguson
  101.       1401 Del Norte Street
  102.       Denver, CO  80221
  103.  
  104. This isn't like some people who REQUIRE you to pay in order to get the complete
  105. version of their program, this IS the complete version.
  106.  
  107. Send comments to the above address, or, on GEnie J.L.FERGUSON, or on
  108. Usenet, John_L_Ferguson@cup.portal.com
  109.  
  110. History:
  111.  
  112. 06/21/88 version 1.08
  113. - modified the error routine
  114. - modified score printing routine to work better with STadel
  115. - changed input routine to not accept ANY control characters
  116.  
  117. 06/15/88 version 1.07
  118. - fix score printing routine when full length names are used (19 chars)
  119.  
  120. 06/13/88 version 1.06
  121. - added routine to keep only 3 days of racing news - if you have an old
  122.   news file, this will be able to use it and still come up with three days
  123.   of racing news!
  124.  
  125. 06/12/88 version 1.05
  126. - re-worked status/buying displays
  127.  
  128. 06/11/88 version 1.04
  129. - add "drain" routine to remove characters pressed during prints
  130. - changed inspect sabotage to be $20,000 rather than 1/2 the players
  131.   money
  132.  
  133. 06/09/88 version 1.03
  134. - moved display of dragster status from player status procedure to buy parts
  135.   procedure.
  136. - added display of current cockpit in cockpit buying routine
  137.  
  138. 06/08/88
  139. - added STNTUTIL.PRG to archive - player/file maintenance program.
  140.  
  141. 06/08/88 version 1.02
  142. - fix error in cockpit selection routine
  143. - add code to read in the FOREM 2.2 file DORINFO1.DEF
  144.  
  145. 06/05/88 version 1.01
  146. - major bug in opponent selection - creates an alert box... fixed and added
  147.   an on error gosub routine
  148.  
  149. 06/03/88 version 1.00
  150. - added routine to let one race anybody as often as desired, so long as they
  151.   loose, they can only beat them total turns/2
  152. - change rev to 1.00 - realease revision!
  153.  
  154. 06/02/88 version 0.10
  155. - fixed error in computation of cockpit drag
  156. - fixed error in sort routine on the secondary key (money)
  157.  
  158. 06/02/88 version 0.09
  159. - allow only one race for each opponent per time @ dragstrip
  160. - add pause after inspecting for sabotage to keep the message from 
  161.   disappearing
  162. - added display to show how much engine can be bought with the current amount
  163.   of money
  164. - fixed 0 enthusiam bug (no one left the track)
  165.  
  166. 06/01/88 version 0.08
  167. - added buy out option for loser of race - he must have 75% of the winners
  168.   cockpit value to buy it, and the winner get 75% of that in his pocket.
  169. - alter sabotage routine to destroy one of the drivetrain options upon a
  170.   crash
  171.  
  172. 06/01/88 version 0.07
  173. - fixed not having enough money for engine routine.
  174. - added pauses at end of game routines to let all the output to the modem
  175.   complete
  176. - added award for discovering sabotage
  177.  
  178. 05/31/88 version 0.06
  179. - fix spelling error
  180. - change precentage money
  181. - remove experience line from status display
  182. - added VT-52 intro routine
  183.  
  184. 05/29/88 version 0.05
  185. - Added option to reView current player status
  186. - Re-worked instructions to read them from a file
  187.  
  188. 05/28/88 version 0.04
  189. - Added sabotage, timeout, percentage of winnings.  First beta version.
  190.  
  191.